This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
The code below (run from a button) opens the correct web document but I then need to be able to parse the content and bring it back into my notes document. Can someone take me to the next step. The code as below does not work.
Thanks in advance for your help
Ken
Sub Click(Source As Button)
Dim Ws As New NotesUiWorkspace
Dim Uidoc As NotesUidocument
Set Uidoc= Ws.CurrentDocument
Dim IE As Variant
Set IE = CreateObject("InternetExplorer.Application")